[DllImport("user32.dll")]
static extern IntPtr LoadIcon(IntPtr hInstance, string lpIconName);
For loading icon-resource identified as integer ID
[DllImport("user32.dll")]
static extern IntPtr LoadIcon(IntPtr hInstance, IntPtr lpIconName);
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!